Extension::MongoDBGetAllRecords Method

Syntax

c GetAllRecords()

Description

Gets all records for a document database.

dim mongo as extension::MongoDB = extension::MongoDB::Create("mongodb://localhost:27017","TestDatabase","flowers")
	dim json as c = mongo.GetAllRecords()

Get all documents in a collection.